@charset "UTF-8";
.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  max-width: 100%;
}

@media (max-width: 1620px) {
  .w1600 {
    width: 90%;
  }
}

@media (max-width: 800px) {
  .w1600 {
    width: 94%;
  }
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  max-width: 100%;
}

@media (max-width: 1420px) {
  .w1400 {
    width: 90%;
  }
}

@media (max-width: 800px) {
  .w1400 {
    width: 94%;
  }
}

.w1160 {
  width: 11.6rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  max-width: 100%;
}

@media (max-width: 1180px) {
  .w1160 {
    width: 90%;
  }
}

@media (max-width: 800px) {
  .w1160 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all ease 0.5s;
}

header .hop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .logo {
  width: 191px;
  display: inline-block;
  vertical-align: middle;
}

header .logo a, header .logo img {
  width: 100%;
  display: block;
}

header nav {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  text-align: center;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 0;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 0.26rem;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 1rem;
  color: #fff;
  position: relative;
  padding: 0 0.15rem;
}

header nav .natem .nas:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  height: 3px;
  background-color: #d06c23;
  transition: all ease 0.5s;
  width: 0;
}

header nav .natem .navuls {
  width: 2.2rem;
  width: 1.8rem;
  position: absolute;
  z-index: 101;
  left: calc(51%);
  top: 100%;
  transform: translateX(-50%);
  background-color: white;
  display: none;
}

header nav .natem .navuls ul {
  width: 100%;
}

header nav .natem .navuls ul li {
  width: 100%;
  position: relative;
}

header nav .natem .navuls ul li .njm {
  width: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .ns {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #222;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .theul {
  width: 100%;
  background-color: #fff;
  display: none;
}

header nav .natem .navuls ul li .theul li {
  width: 100%;
  font-size: 0;
}

header nav .natem .navuls ul li .theul li .xn {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2.5;
  padding: 0 0.2rem;
}

header nav .natem .navuls ul li .theul li .xn:hover {
  color: #333;
}

header nav .natem .navuls ul li:hover .ns {
  background-color: #d06c23;
  color: #fff;
}

header nav .natem .navuls ul li.has-the:after {
  content: "+";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: none;
  right: 0;
  left: auto;
  transform: translateX(0);
  top: 0.05rem;
  font-size: 20px;
  color: #333;
  border: none;
  display: none;
}

header nav .natem .navuls ul li.has-the.show:after {
  content: "-";
}

header nav .natem.on .nas:after {
  opacity: 1;
  width: 100%;
}

header nav .natem:hover .nas:after {
  opacity: 1;
  width: 100%;
}

header .rav {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

header .rav .menu {
  display: none;
}

header .rav .search {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  cursor: pointer;
}

header .rav .search .input {
  width: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  height: 36px;
  border-radius: 18px;
  position: relative;
  padding: 0 0.2rem;
}

header .rav .search .input .sin {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 18px);
  padding-right: 0.1rem;
  color: #fff;
  line-height: 36px;
  background-color: transparent;
  border: none;
}

header .rav .search .input input::-webkit-input-placeholder,
header .rav .search .input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header .rav .search .input input:-moz-placeholder,
header .rav .search .input textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header .rav .search .input input::-moz-placeholder,
header .rav .search .input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header .rav .search .input input:-ms-input-placeholder,
header .rav .search .input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header .rav .search .input .stn {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: relative;
}

header .rav .search .input .stn img {
  width: 100%;
  display: block;
}

header .rav .search .input .stn .svn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

header .rav .languages {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 0.1rem;
  text-align: left;
  margin-right: 0.3rem;
}

header .rav .languages .lauges {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .rav .languages .lauges .lashow {
  width: 100%;
  color: #a3a3a3;
  position: relative;
  cursor: pointer;
  font-size: 0;
  padding-right: 0.1rem;
}

header .rav .languages .lauges .lashow .ac {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}

header .rav .languages .lauges .lashow .ac img {
  width: 100%;
  display: block;
}

header .rav .languages .lauges .lashow .am {
  color: #fff;
  line-height: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

header .rav .languages .lauges .lashow:after {
  content: ' ';
  position: absolute;
  right: 0rem;
  top: calc(50% + 0.015rem);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid 0.03rem;
  border-color: #fff transparent transparent transparent;
}

header .rav .languages .lauges .language {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  display: none;
  width: 60px;
  width: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

header .rav .languages .lauges .language .latem {
  width: 100%;
}

header .rav .languages .lauges .language .latem a {
  width: 100%;
  display: block;
  color: #333;
  padding: 0 0.1rem;
  line-height: 3;
  text-align: center;
  position: relative;
  background: #efefef;
  overflow: hidden;
}

header .rav .languages .lauges .language .latem a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

header .rav .languages .lauges .language .latem a:after {
  content: "";
  position: absolute;
  width: 140%;
  height: 100%;
  left: -10%;
  top: 0;
  z-index: -1;
  transform: translate(-105%, 0) skew(-20deg);
  background: #d06c23;
  z-index: 1;
  animation: outHover 0.5s ease 1 forwards;
}

header .rav .languages .lauges .language .latem a:hover {
  color: #fff;
}

header .rav .languages .lauges .language .latem a:hover span {
  color: #fff;
}

header .rav .languages .lauges .language .latem a:hover:after {
  animation-name: onHover;
}

@keyframes onHover {
  from {
    transform: translate(-110%, 0) skew(-20deg);
  }
  to {
    transform: translate(0, 0) skew(-20deg);
  }
}

@keyframes outHover {
  from {
    transform: translate(0, 0) skew(-20deg);
  }
  to {
    transform: translate(110%, 0) skew(-20deg);
  }
}

header .sechom {
  position: absolute;
  right: 0;
  width: 4rem;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  padding: 0.1rem;
  top: 100%;
  display: none;
}

header .sechom form {
  width: 100%;
  display: block;
  font-size: 0;
}

header .sechom .input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.4em - 0.2rem);
  border: solid 1px #e5e5e5;
  margin-right: 0.2rem;
}

header .sechom .input .int {
  width: 100%;
  display: block;
  background-color: #fff;
  line-height: 2.4;
  height: 2.4em;
  color: #111;
  padding: 0 0.1rem;
  border: none;
  background-color: #fff;
}

header .sechom .stn {
  display: inline-block;
  vertical-align: middle;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background-color: #d06c23;
  position: relative;
}

header .sechom .stn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 21px;
  width: 0.22rem;
  height: 0.21rem;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

header .sechom .stn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
}

header.white {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.27);
}
@media (max-width: 1200px) {
  header .logo{
    width: 130px;
  }
}

@media (max-width: 880px) {
  header .hop {
    height: 1rem;
  }
  header .search {
    width: auto;
    padding: 0 0.15rem;
  }
  header .rav {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: right;
    flex: 1;
  }
  header .logo{
    width: 90px;
  }
  header .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 0.1rem;
    cursor: pointer;
    position: relative;
  }
  header .rav .menu img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .rav .menu img:first-child {
    display: block;
  }
  header .rav .menu img:last-child {
    display: none;
  }
  header .rav .menu .clk {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  header .rav .languages .lauges .lashow .am {
    line-height: 1rem;
  }
  header .rav .tell .tom .xt, header .rav .tell .tom .mp {
    font-size: 12px;
  }
  header .rav .ss {
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
  }
  header .rav .stvm.long {
    text-align: left;
  }
  header .rav .stvm.long .vic {
    width: 0.3rem;
    height: 0.3rem;
  }
  header .rav .stvm.long .input {
    width: 2.2rem;
  }
  header nav {
    width: 100%;
    position: fixed;
    right: 0;
    top: calc(1rem);
    left: auto;
    height: calc(100vh - 1rem);
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    z-index: 500;
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
    display: none;
    border-top: solid 1px #e5e5e5;
  }
  header nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
    opacity: 0;
    transform: translate(-10px, -30px);
    transition: all .8s ease;
  }
  header nav .natem .nas {
    width: auto;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  header nav .natem .nas a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold';
    padding: 0 0.3rem;
    position: relative;
  }
  header nav .natem .nas .ik {
    display: none !important;
  }
  header nav .natem .nas a:hover {
    color: #d06c23;
    background-color: transparent;
  }
  header nav .natem .navuls {
    width: 100%;
    position: relative;
    z-index: 101;
    left: 0%;
    top: 0%;
    transform: translateX(0%);
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
    text-align: left;
  }
  header nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.2rem;
  }
  header nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  header nav .natem .navuls ul li .ns {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
  }
  header nav .natem .navuls ul li .ns:hover {
    color: #d06c23;
  }
  header nav .natem .navuls ul li + li {
    border-top: solid 1px #eee;
  }
  header nav .natem .navuls ul li:hover .ns {
    background-color: transparent;
    color: #d06c23;
  }
  header nav .natem .navuls ul li.has-the:after {
    display: block;
  }
  header nav .natem:before {
    display: none !important;
  }
  header nav .natem .prosubnav {
    display: none;
  }
  header nav .natem.on .nas:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header nav .natem.animate {
    opacity: 1;
    transform: translate(0, 0);
  }
  header .sechom {
    width: 100%;
  }
  header.menu-state .rav .menu img {
    opacity: 0;
  }
}

footer {
  width: 100%;
  background-color: #222;
}

footer .ftop {
  width: 100%;
  padding: 0.5rem 0;
}

footer .fbot {
  width: 100%;
}

footer .fop {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .fop .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.24rem;
}

footer .fop .fit a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  transition: all ease 0.5s;
  padding: 0.06rem 0;
}

footer .fop .ftl {
  display: inline-block;
  vertical-align: top;
  width: calc(900 / 1600 * 100%);
}

footer .fop .ftl .flist {
  display: inline-block;
  vertical-align: top;
  width: calc(180 / 900 * 100%);
  padding-right: 0.2rem;
  text-align: left;
}

footer .fop .ftl .flist .ful {
  width: 100%;
}

footer .fop .ftl .flist .ful a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
  line-height: 2;
  padding: 0.05rem 0;
}

footer .fop .ftl .flist .ful a:hover {
  color: #fff;
}

footer .fop .ftl .flist .ful div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  transition: all ease 0.5s;
}

footer .fop .ftr {
  display: inline-block;
  vertical-align: top;
  width: calc(500 / 1600 * 100%);
}

footer .fop .ftr .ftrm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.1rem);
  padding-right: 0.3rem;
}

footer .fop .ftr .ftrm .fpm {
  width: 100%;
}

footer .fop .ftr .ftrm .fpm .fli {
  width: 100%;
  font-size: 0;
  padding: 0.04rem 0;
}

footer .fop .ftr .ftrm .fpm .fli .fc {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  margin-right: 0.12rem;
  margin-top: calc(0.9em - 10px);
}

footer .fop .ftr .ftrm .fpm .fli .fc img {
  width: 100%;
  display: block;
}

footer .fop .ftr .ftrm .fpm .fli .fd {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px - 0.12rem);
  color: #fff;
  line-height: 1.8;
}

footer .fop .ftr .ftrm .fpm + .fpm {
  margin-top: 0.2rem;
}

footer .fop .ftr .code {
  display: inline-block;
  vertical-align: top;
  width: 1.1rem;
}

footer .fop .ftr .code .cm {
  width: 100%;
  display: block;
}

footer .fop .ftr .code .cm img {
  width: 100%;
  display: block;
}

footer .fop .ftr .code .cx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.1rem;
}

footer .fob {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

footer .fob .favm {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  width: 180px;
  position: relative;
}

footer .fob .favm .fiem {
  width: 100%;
  border: solid 1px rgba(229, 229, 229, 0.2);
  position: relative;
  cursor: pointer;
}

footer .fob .favm .fiem .xm {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 0.4rem 0 0.2rem;
  color: #fff;
  line-height: 2.8;
  height: 2.8em;
}

footer .fob .favm .fiem .x {
  position: absolute;
  right: 0.2rem;
  width: 8px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

footer .fob .favm .fiem .x img {
  width: 100%;
  display: block;
}

footer .fob .favm .fuls {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  transition: all ease 0.5s;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(229, 229, 229, 0.2);
  display: none;
}

footer .fob .favm .fuls .fli {
  width: 100%;
}

footer .fob .favm .fuls .fli a {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.2rem;
}

footer .fob .favm .fuls .fli a:hover {
  color: #d06c23;
}

footer .fob .favm .fuls .fli + .fli {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

footer .fob .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

footer .fob .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
}

footer .fob .share .am a, footer .fob .share .am img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .fob .share .am img:first-child {
  display: block;
}

footer .fob .share .am img:last-child {
  display: none;
}

footer .fob .share .am:hover img:first-child {
  display: none;
}

footer .fob .share .am:hover img:last-child {
  display: block;
}

footer .fob .share .am + .am {
  margin-left: 0.15rem;
}

footer .fot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px rgba(255, 255, 255, 0.06);
  padding: 0.3rem 0;
}

footer .fot .fm {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.8;
}

footer .fot .fp {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

footer .fot .fp a, footer .fot .fp span {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.8;
}

footer .fot .fp span {
  padding: 0 0.1rem;
}

@media (max-width: 800px) {
  footer .fop {
    width: 100%;
  }
  footer .fop .ftl {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .fop .ftl .flist {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    position: relative;
  }
  footer .fop .ftl .flist .fit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
  footer .fop .ftl .flist .lx {
    display: none;
  }
  footer .fop .ftl .flist .ful {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.15rem;
    display: none;
  }
  footer .fop .ftl .flist .ful a {
    line-height: 2;
  }
  footer .fop .ftl .flist.has-ful:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 6px;
    background-image: url("../images/x1.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    left: auto;
    transform: translateX(0) rotate(0deg);
    top: 0.45rem;
    color: #333;
    border: none;
    transition: all ease 0.5s;
  }
  footer .fop .ftl .flist.has-ful.show:after {
    content: " ";
    transform: translateX(0) rotate(180deg);
  }
  footer .fop .ftr {
    width: 100%;
  }
  footer .fop .ftr .ftrm {
    width: calc(100% - 2rem);
  }
  footer .fop .ftr .code {
    width: 2rem;
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 50%;
}

.banner .swiper-slide .box {
  position: absolute;
  left: calc(200 / 1920 * 100%);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 7rem;
  max-width: 90%;
}

.banner .swiper-slide .box .bim {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.banner .swiper-slide .box .bim p {
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .box .bix {
  width: 100%;
  margin: 0.2rem 0;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.banner .swiper-slide .box .bix p {
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .box .bip {
  width: 100%;
  color: #fff;
  line-height: 1.8;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.banner .swiper-slide .box .bip p {
  color: #fff;
  line-height: 1.8;
}

.banner .swiper-slide .box .biv {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.banner .swiper-slide .box .biv p {
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .box .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.banner .swiper-slide .box .more a {
  display: inline-block;
  vertical-align: middle;
  background-color: #d06c23;
  line-height: 2.8;
  border-radius: 1.4em;
  padding: 0 0.4rem;
  color: #fff;
}

.banner .swiper-slide .box .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.03rem;
}

.banner .swiper-slide .box .more a span img {
  width: 100%;
  display: block;
}

.banner .swiper-slide-active .box .bim, .banner .swiper-slide-active .box .bix, .banner .swiper-slide-active .box .bip, .banner .swiper-slide-active .box .biv, .banner .swiper-slide-active .box .more {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.banner .swiper-pagination {
  width: auto;
  position: absolute;
  bottom: 0.6rem;
  font-size: 0;
  z-index: 2;
  left: calc(160 / 1920 * 100%);
}

.banner .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 3px;
  border-radius: 1.5px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.banner .swiper-pagination-bullet::after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 2;
  background-color: #d06c23;
}

@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.banner .swiper-pagination-bullet-active:after {
  animation: width ease 5s;
}

.banner .pagination {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  position: absolute;
  right: calc(160 / 1920 * 100%);
  bottom: 0.6rem;
  z-index: 2;
}

.banner .pagination .now {
  display: inline-block;
  vertical-align: bottom;
  color: #d06c23;
  line-height: 1.5;
}

.banner .pagination .lx, .banner .pagination .length {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  line-height: 1.5;
  margin-left: 0.06rem;
}

.banner .mid {
  position: absolute;
  z-index: 2;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.19rem;
  cursor: pointer;
}

.banner .mid img {
  width: 100%;
  display: block;
}

.banner .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50%);
}

.banner .btn img {
  width: 100%;
  display: block;
}

.banner .btn img:first-child {
  display: block;
}

.banner .btn img:last-child {
  display: none;
}

.banner .btn:hover {
  background-color: #d06c23;
}

.banner .btn:hover img:first-child {
  display: none;
}

.banner .btn:hover img:last-child {
  display: block;
}

.banner .bl {
  left: 0.25rem;
}

.banner .br {
  right: 0.25rem;
}

@media (max-width: 1620px) {
  .banner .swiper-slide .box {
    left: 3%;
  }
  .banner .swiper-pagination {
    left: 3%;
  }
  .banner .pagination {
    right: 3%;
  }
}

@media (max-width: 800px) {
  .banner .swiper-slide .box {
    left: calc(3% + 0.6rem);
    width: calc(94% - 1.2rem);
  }
  .banner .swiper-slide .imgs .img {
    padding-top: 100%;
  }
}

.about {
  width: 100%;
  padding: 0.8rem 0;
}

.about .aboum {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about .aboum .abl {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 0.1rem;
  width: 2rem;
}

.about .aboum .abl:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.45rem;
  height: 1.6rem;
  background-image: url("../images/i1.png");
  background-size: 100% 100%;
}

.about .aboum .abl .ait {
  width: 100%;
  color: #212121;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.about .aboum .abm {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: auto;
  flex: 1;
  padding: 0 0.3rem;
}

.about .aboum .abm .aid {
  width: 100%;
  color: #3b3b3b;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.about .aboum .abm .aip {
  width: 100%;
  color: #383838;
  line-height: 1.5;
}

.about .aboum .abm .aip p {
  color: #383838;
  line-height: 1.5;
}

.about .aboum .abr {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  margin-top: 0.3rem;
}

.about .aboum .abr a {
  display: inline-block;
  vertical-align: middle;
  background-color: #d06c23;
  line-height: 2.8;
  border-radius: 1.4em;
  padding: 0 0.4rem;
  color: #fff;
  width: auto;
  white-space: nowrap;
}

.about .aboum .abr a span {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.03rem;
}

.about .aboum .abr a span img {
  width: 100%;
  display: block;
}

@media (max-width: 800px) {
  .about .aboum .abl {
    width: 100%;
  }
  .about .aboum .abm {
    width: 100%;
  }
  .about .aboum .abr {
    width: 100%;
  }
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.modular .mitop .mit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  text-align: center;
}

.modular .mitop .mip {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.06rem;
}

.modular.white .mitop .mit, .modular.white .mitop .mip {
  color: #fff;
}

.news {
  width: 100%;
  padding: 0.8rem 0;
  overflow: hidden;
}

.news .newsper {
  width: 100%;
  position: relative;
}

.news .newsper .swiper-container {
  padding-bottom: 0.33rem;
}

.news .newsper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f5f5f5;
}

.news .newsper .swiper-slide .sml {
  display: inline-block;
  vertical-align: middle;
  width: calc(800 / 1600 * 100%);
}

.news .newsper .swiper-slide .sml .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news .newsper .swiper-slide .sml .imgs .img {
  width: 100%;
  padding-top: 56.25%;
}

.news .newsper .swiper-slide .smr {
  display: inline-block;
  vertical-align: middle;
  width: calc(800 / 1600 * 100%);
  padding: 0.4rem 0.8rem;
  position: relative;
}

.news .newsper .swiper-slide .smr .ic {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  left: calc( 100% - 0.06rem);
  width: 0.24rem;
}

.news .newsper .swiper-slide .smr .ic img {
  width: 100%;
  display: block;
}

.news .newsper .swiper-slide .smr .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.news .newsper .swiper-slide .smr .time span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.news .newsper .swiper-slide .smr .time span img {
  width: 100%;
  display: block;
}

.news .newsper .swiper-slide .smr .sim {
  width: 100%;
  color: #222;
  line-height: 1.5;
  display: block;
  margin: 0.15rem 0;
}

.news .newsper .swiper-slide .smr .sip {
  width: 100%;
  color: #999;
  line-height: 1.7;
  margin-top: 0.1rem;
}

.news .newsper .swiper-slide .smr .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.news .newsper .swiper-slide .smr .more a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.8;
  border-radius: 1.4em;
  padding: 0 0.4rem;
  background-color: transparent;
  border: solid 1px #cccccc;
  color: #666;
}

.news .newsper .swiper-slide .smr .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.news .newsper .swiper-slide .smr .more a span img {
  width: 100%;
  display: block;
}

.news .newsper .swiper-slide .smr .more a span img:first-child {
  display: block;
}

.news .newsper .swiper-slide .smr .more a span img:last-child {
  display: none;
}

.news .newsper .swiper-slide .smr .more a:hover {
  background-color: #d06c23;
  border: solid 1px #d06c23;
  color: #fff;
}

.news .newsper .swiper-slide .smr .more a:hover img:first-child {
  display: none;
}

.news .newsper .swiper-slide .smr .more a:hover img:last-child {
  display: block;
}

.news .newsper .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50%);
}

.news .newsper .btn img {
  width: 100%;
  display: block;
}

.news .newsper .btn img:first-child {
  display: block;
}

.news .newsper .btn img:last-child {
  display: none;
}

.news .newsper .btn:hover {
  background-color: #d06c23;
}

.news .newsper .btn:hover img:first-child {
  display: none;
}

.news .newsper .btn:hover img:last-child {
  display: block;
}

.news .newsper .bl {
  left: -0.25rem;
}

.news .newsper .br {
  right: -0.25rem;
}

.nanber {
  width: 100%;
  position: relative;
}

.nanber .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nanber .imgs .img {
  width: 100%;
  padding-top: 33.85%;
}

.nanber .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 80%;
}

.nanber .box .bim {
  width: 100%;
  color: #fafcff;
  line-height: 1.5;
}

.nanber .box .bik {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.15rem;
}

@media (max-width: 800px) {
  .nanber .imgs .img {
    padding-top: 50%;
  }
}

.crumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0;
}

.crumb .cul {
  display: inline-block;
  vertical-align: middle;
}

.crumb .cur {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.crumb .cur .home {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  position: relative;
  top: -0.01rem;
  margin-right: 0.05rem;
}

.crumb .cur .home img {
  width: 100%;
  display: block;
}

.crumb .cur a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 3;
}

.crumb .cur a span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 3;
  padding: 0 0.1rem;
}

.crumb .cur a:last-child span {
  display: none;
}

.purchase {
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 0.6rem;
}

.purchase .propers {
  width: 100%;
  margin-bottom: 0.6rem;
}

.purchase .propers .swiper-slide {
  width: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
}

.purchase .propers .swiper-slide a {
  width: 100%;
  display: block;
  font-size: 0;
}

.purchase .propers .swiper-slide .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc(180 /  520 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 0.1rem 0.1rem 0;
}

.purchase .propers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.purchase .propers .swiper-slide .loms {
  display: inline-block;
  vertical-align: middle;
  width: calc(340 /  520 * 100%);
  padding: 0.4rem;
}

.purchase .propers .swiper-slide .loms .lc {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
}

.purchase .propers .swiper-slide .loms .lc img {
  width: 100%;
  display: block;
}

.purchase .propers .swiper-slide .loms .cm {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-top: 0.06rem;
}

.purchase .propers .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.purchase .propers .swiper-slide:hover .loms .cm {
  color: #d06c23;
}

.purchase .produm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.purchase .produm .prol {
  display: inline-block;
  vertical-align: top;
  width: calc(380 / 1600 * 100%);
}

.purchase .produm .prol .prlist {
  width: 100%;
}

.purchase .produm .prol .prlist .pli {
  width: 100%;
}

.purchase .produm .prol .prlist .pli .ns {
  width: 100%;
  display: block;
  font-size: 0;
  background-color: #fff;
  padding: 0 0.2rem;
  cursor: pointer;
}

.purchase .produm .prol .prlist .pli .ns a {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 3;
  width: auto;
}

.purchase .produm .prol .prlist .pli .ns .am {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 16px);
  padding-right: 0.2rem;
}

.purchase .produm .prol .prlist .pli .ns .rc {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  text-align: right;
}

.purchase .produm .prol .prlist .pli .ns .rc span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.purchase .produm .prol .prlist .pli .ns .rc span:first-child {
  display: inline-block;
}

.purchase .produm .prol .prlist .pli .ns .rc span:last-child {
  display: none;
}

.purchase .produm .prol .prlist .pli .puls {
  width: 100%;
  font-size: 0;
  padding: 0.13rem;
  display: none;
  background-color: #fff;
}

.purchase .produm .prol .prlist .pli .puls .plc {
  width: 100%;
  font-size: 0;
}

.purchase .produm .prol .prlist .pli .puls .plc a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #666;
  line-height: 2.5;
  line-height: 1.5;
  padding-right: 10px;
  padding: 0.14rem;
  position: relative;
  border-radius: 0.1rem;
  padding-right: calc(10px + 0.14rem);
}

.purchase .produm .prol .prlist .pli .puls .plc a span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
}

.purchase .produm .prol .prlist .pli .puls .plc a span img {
  width: 100%;
  display: block;
}

.purchase .produm .prol .prlist .pli .puls .plc a span img:first-child {
  display: block;
}

.purchase .produm .prol .prlist .pli .puls .plc a span img:last-child {
  display: none;
}

.purchase .produm .prol .prlist .pli .puls .plc:hover a {
  color: #d06c23;
  background-color: rgba(208, 108, 35, 0.2);
}

.purchase .produm .prol .prlist .pli .puls .plc:hover a span {
  display: inline-block;
}

.purchase .produm .prol .prlist .pli .puls .plc:hover a span img:first-child {
  display: none;
}

.purchase .produm .prol .prlist .pli .puls .plc:hover a span img:last-child {
  display: block;
}

.purchase .produm .prol .prlist .pli .puls .plc.active a {
  color: #d06c23;
  background-color: rgba(208, 108, 35, 0.2);
}

.purchase .produm .prol .prlist .pli .puls .plc.active a span {
  display: inline-block;
}

.purchase .produm .prol .prlist .pli .puls .plc.active a span img:first-child {
  display: none;
}

.purchase .produm .prol .prlist .pli .puls .plc.active a span img:last-child {
  display: block;
}

.purchase .produm .prol .prlist .pli .puls .plc + .plc {
  margin-top: 0.04rem;
}

.purchase .produm .prol .prlist .pli.show .ns .rc {
  display: inline-block;
  vertical-align: middle;
}

.purchase .produm .prol .prlist .pli.show .ns .rc span:first-child {
  display: none;
}

.purchase .produm .prol .prlist .pli.show .ns .rc span:last-child {
  display: inline-block;
}

.purchase .produm .prol .prlist .pli + .pli {
  margin-top: 0.1rem;
}

.purchase .produm .pror {
  width: calc(1180 / 1600 * 100%);
  display: inline-block;
  vertical-align: top;
}

.purchase .produm .pror .mitop.lefs .mit, .purchase .produm .pror .mitop.lefs .mip {
  text-align: left;
}

.purchase .produm .pror .prolist {
  width: 100%;
  font-size: 0;
}

.purchase .produm .pror .prolist .proim {
  display: inline-block;
  vertical-align: top;
  width: calc(265  / 1180 * 100%);
  margin-right: calc(39 / 1180 * 100%);
  margin-bottom: 0.4rem;
}

.purchase .produm .pror .prolist .proim a {
  width: 100%;
  display: block;
  background-color: #fff;
  transition: all ease 0.8s;
  padding: 0.3rem 0.3rem 0;
}

.purchase .produm .pror .prolist .proim .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.purchase .produm .pror .prolist .proim .imgs .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.purchase .produm .pror .prolist .proim .pom {
  width: 100%;
  border-top: solid 1px #eee;
  padding: 0.24rem 0;
}

.purchase .produm .pror .prolist .proim .pom .pit {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.purchase .produm .pror .prolist .proim .pom .pix {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-top: 0.04rem;
}

.purchase .produm .pror .prolist .proim .pom .pix span {
  color: #d06c23;
}

.purchase .produm .pror .prolist .proim:hover .imgs .img {
  transform: scale(1.1);
}

.purchase .produm .pror .prolist .proim:hover .pom .pit {
  color: #d06c23;
}

.purchase .produm .pror .prolist .proim:nth-child(4n) {
  margin-right: 0;
}

.purchase .produm .pror .prolist .proim:nth-child(4n+1) {
  transition-delay: 0.2s;
}

.purchase .produm .pror .prolist .proim:nth-child(4n+2) {
  transition-delay: 0.3s;
}

.purchase .produm .pror .prolist .proim:nth-child(4n+3) {
  transition-delay: 0.4s;
}

.purchase .produm .pror .prolist .proim:nth-child(4n+4) {
  transition-delay: 0.4s;
}

.purchase .produm .pror .casom {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  text-align: center;
  padding: 0.6rem 0.3rem;
  display: flex;
  justify-content: center; }
  .purchase .produm .pror .casom .swiper-slide {
    width: 100%; }
    .purchase .produm .pror .casom .swiper-slide .asm {
      display: inline-block;
      vertical-align: top;
      width: auto;
      position: relative;
      padding: 0 0.7rem calc(0.15rem + 1.5em);
      width: 100%; }
      .purchase .produm .pror .casom .swiper-slide .asm .ac {
        display: block;
        margin: 0 auto;
        width: 1.2rem;
        height: 1.2rem; }
        .purchase .produm .pror .casom .swiper-slide .asm .ac img {
          width: 100%;
          display: block; }
      .purchase .produm .pror .casom .swiper-slide .asm .px {
        width: 100%;
        text-align: center;
        color: #666;
        line-height: 1.5;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .purchase .produm .pror .casom .swiper-slide .asm .jt {
        position: absolute;
        left: calc(100% );
        width: 0.26rem;
        top: calc(50% - 0.1rem);
        transform: translate(-50%, -50%);
        z-index: 2; }
        .purchase .produm .pror .casom .swiper-slide .asm .jt img {
          width: 100%;
          display: block; }
  .purchase .produm .pror .casom .swiper-slide:last-child .asm .jt {
    display: none; }

.purchase .produm .pror .tables {
  width: 100%;
  overflow-x: auto; }
  .purchase .produm .pror .tables table, .purchase .produm .pror .tables td, .purchase .produm .pror .tables th {
    border: none; }
  .purchase .produm .pror .tables table {
    width: 100%;
    display: block;
    /*width: 1180px;*/
    width: 140%;}
    .purchase .produm .pror .tables table thead {
      display: flex;
      flex-wrap: wrap; }
      .purchase .produm .pror .tables table thead tr {
        background-color: transparent;
        background-color: #666666;
        border-radius: 0.1rem 0.1rem 0 0; }
      .purchase .produm .pror .tables table thead tr:last-child {
        border-radius: 0.1rem 0.1rem 0 0; }
      .purchase .produm .pror .tables table thead th {
        color: #fff; }
    .purchase .produm .pror .tables table tbody {
      display: flex;
      flex-wrap: wrap; }
    .purchase .produm .pror .tables table tr {
      display: flex;
      background-color: #fff; }
    .purchase .produm .pror .tables table td, .purchase .produm .pror .tables table th {
      display: flex;
      text-align: center;
      padding: 0.2rem;
      width: 180px !important;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .purchase .produm .pror .tables table td {
      color: #444;
      line-height: 1.8; }
    .purchase .produm .pror .tables table td:first-child, .purchase .produm .pror .tables table th:first-child {
      text-align: left;
      width: 250px !important;
        
    }
    .purchase .produm .pror .tables table tr + tr {
      margin-top: 0.04rem; }
    .purchase .produm .pror .tables table tr:last-child {
      border-radius: 0 0 0.1rem 0.1rem; }

.purchase .produm .pror .meter {
  width: 100%;
  margin-top: 0.5rem;
}

.purchase .produm .pror .meter .mit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.purchase .produm .pror .meter .mable {
  width: 100%;
  border: solid 1px #dddddd;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}

.purchase .produm .pror .meter .mable .td {
  width: 50%;
  display: flex;
  padding: 0.2rem;
  color: #444;
  line-height: 1.5;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
} 

.purchase .produm .pror .meter .mable .td.bors {
  border-bottom: none;
}

.purchase .produm .pror .meter .mable .td:nth-child(2n) {
  border-right: none;
}

.guidance {
  width: 100%;
  padding: 0.8rem 0;
}

.guidance .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guidance .form .fol {
  display: inline-block;
  vertical-align: middle;
  width: calc(680 / 1400 * 100%);
}

.guidance .form .fol .input {
  width: 100%;
  background-color: #fff;
}

.guidance .form .fol .input input {
  width: 100%;
  display: block;
  color: #333;
  line-height: 3.5;
  height: 3.5em;
  padding: 0 0.2rem;
  border: none;
  background-color: transparent;
}

.guidance .form .fol .input.yzm {
  display: flex;
}

.guidance .form .fol .input.yzm input {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.guidance .form .fol .input.yzm .ymg {
  height: 3.5em;
  display: inline-block;
  vertical-align: middle;
}

.guidance .form .fol .input.yzm .ymg img {
  height: 100%;
  display: block;
}

.guidance .form .fol .input + .input {
  margin-top: 0.2rem;
}

.guidance .form .for {
  display: inline-block;
  vertical-align: middle;
  width: calc(680 / 1400 * 100%);
}

.guidance .form .for .text {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.2rem;
  color: #333;
  line-height: 1.7;
  border: none;
  background-color: #fff;
}

.guidance .stn {
  width: 100%;
  font-size: 0;
  margin-top: 0.45rem;
  text-align: center;
}

.guidance .stn .svn {
  display: inline-block;
  vertical-align: middle;
  background-color: #d06c23;
  line-height: 3.5;
  height: 3.5em;
  padding: 0 0.65rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 1.75em;
  border: none;
}

.devepm {
  width: 100%;
  font-size: 0;
}

.devepm .deveplist {
  width: 100%;
  font-size: 0;
}

.devepm .deveplist .devom {
  display: inline-block;
  vertical-align: top;
  width: calc(510 / 1600 * 100%);
  margin-right: calc(34 / 1600 * 100%);
  margin-bottom: 0.34rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all ease 0.5s;
}

.devepm .deveplist .devom a {
  width: 100%;
  display: block;
}

.devepm .deveplist .devom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.devepm .deveplist .devom .imgs .img {
  width: 100%;
  padding-top: 49.01%;
  transition: all ease 0.5s;
}

.devepm .deveplist .devom .coms {
  width: 100%;
  padding: 0.5rem;
  position: relative;
}

.devepm .deveplist .devom .coms .vot {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50.95%;
  bottom: 99.5%;
  transform: translateX(-50%);
}

.devepm .deveplist .devom .coms .vot img {
  width: 100%;
  display: block;
}

.devepm .deveplist .devom .coms .vot img:first-child {
  display: block;
}

.devepm .deveplist .devom .coms .vot img:last-child {
  display: none;
}

.devepm .deveplist .devom .coms .dc {
  position: absolute;
  z-index: 4;
  width: 0.51rem;
  height: 0.51rem;
  top: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.devepm .deveplist .devom .coms .dc img {
  width: 100%;
  display: block;
}

.devepm .deveplist .devom .coms .dc img:first-child {
  display: block;
}

.devepm .deveplist .devom .coms .dc img:last-child {
  display: none;
}

.devepm .deveplist .devom .coms .cit {
  width: 100%;
  text-align: center;
  color: #222;
  line-height: 1.5;
}

.devepm .deveplist .devom .coms .vop {
  width: 100%;
  color: #d06c23;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.25rem;
}

.devepm .deveplist .devom .coms .vop span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.devepm .deveplist .devom .coms .vop span img {
  width: 100%;
  display: block;
}

.devepm .deveplist .devom .coms .vop span img:first-child {
  display: block;
}

.devepm .deveplist .devom .coms .vop span img:last-child {
  display: none;
}

.devepm .deveplist .devom:nth-child(3n) {
  margin-right: 0;
}

.devepm .deveplist .devom:hover {
  box-shadow: 0px 1px 20px 0px rgba(3, 15, 16, 0.06);
}

.devepm .deveplist .devom:hover .imgs .img {
  transform: scale(1.1);
}

.devepm .deveplist .devom:hover .coms {
  background-color: #d06c23;
}

.devepm .deveplist .devom:hover .coms .vot img:first-child {
  display: none;
}

.devepm .deveplist .devom:hover .coms .vot img:last-child {
  display: block;
}

.devepm .deveplist .devom:hover .coms .dc img:first-child {
  display: none;
}

.devepm .deveplist .devom:hover .coms .dc img:last-child {
  display: block;
}

.devepm .deveplist .devom:hover .coms .cit {
  color: #fff;
}

.devepm .deveplist .devom:hover .coms .vop {
  color: #fff;
}

.devepm .deveplist .devom:hover .coms .vop span img:first-child {
  display: none;
}

.devepm .deveplist .devom:hover .coms .vop span img:last-child {
  display: block;
}

.parameter {
  width: 100%;
  padding: 0.8rem 0;
}

.parameter .paramlis {
  width: 100%;
  font-size: 0;
}

.parameter .paramlis .arams {
  display: inline-block;
  vertical-align: top;
  width: calc(378 / 1600 * 100%);
  margin-right: calc(29 / 1600 * 100%);
  margin-bottom: 0.3rem;
  padding: 0.35rem;
  border-radius: 0.1rem;
  background-color: #fff;
}

.parameter .paramlis .arams .va {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
}

.parameter .paramlis .arams .va img {
  width: 100%;
  display: block;
}

.parameter .paramlis .arams .va img:first-child {
  display: block;
}

.parameter .paramlis .arams .va img:last-child {
  display: none;
}

.parameter .paramlis .arams .ait {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin: 0.2rem 0;
}

.parameter .paramlis .arams .aip {
  width: 100%;
  color: #666;
  line-height: 1.7;
  height: 5.1em;
}

.parameter .paramlis .arams:nth-child(4n) {
  margin-right: 0;
}

.parameter .paramlis .arams:hover {
  background-color: #d06c23;
}

.parameter .paramlis .arams:hover .va img:first-child {
  display: none;
}

.parameter .paramlis .arams:hover .va img:last-child {
  display: block;
}

.parameter .paramlis .arams:hover .ait {
  color: #fff;
}

.parameter .paramlis .arams:hover .aip {
  color: #fff;
}

.morphology {
  width: 100%;
  background-color: #2a2a2a;
  padding: 0.8rem 0;
}

.morphology .morph {
  width: 100%;
  font-size: 0;
  position: relative; }
  .morphology .morph .swiper-slide {
    width: 100%; }
  .morphology .morph .milom {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .morphology .morph .milom .imgs {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .morphology .morph .milom .imgs .img {
        width: 100%;
        height: 5rem; }
  .morphology .morph .mirom {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(840 / 1600 * 100%);
    display: inline-block;
    vertical-align: middle;
    z-index: 2; }
    .morphology .morph .mirom .imgs {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .morphology .morph .mirom .imgs .img {
        width: 100%;
        height: 5rem; }
  .morphology .morph .miom {
    width: 100%;
    position: relative; }
    .morphology .morph .miom a {
      width: 100%;
      display: block; }
    .morphology .morph .miom .imgs {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .morphology .morph .miom .imgs .img {
        width: 100%;
        height: 5rem; }
    .morphology .morph .miom .pvm {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      padding: 0.2rem; }
      .morphology .morph .miom .pvm .pt {
        width: 100%;
        color: #fff;
        line-height: 1.5;
        transition: all ease 0.5s;
        top: 0;
        position: relative; }
  .morphology .morph .miom:hover .pvm .pt {
    top: -0.1rem; }

@media (max-width: 800px) {
  .morphology .morph .miom {
    width: 100%;
    position: relative;
  }
  .morphology .morph .miom .imgs .img {
    height: auto;
    padding-top: 74%;
    transition: all ease 0.5s;
  }
}

.links {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f5f5f5;
}

.links .linklis {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.links .linklis .swiper-wrapper.center {
  justify-content: center; }
.links .linklis .swiper-slide {
  width: 100%; }

.links .linklis .lioms {
  display: inline-block;
  vertical-align: top;
  /* width: calc(378 / 1600 * 100%);
  width: 3.78rem; */
  width: 100%;
  background-color: #fff;
}

.links .linklis .lioms a {
  width: 100%;
  display: block;
  padding: 0.3rem;
}

.links .linklis .lioms .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.links .linklis .lioms .imgs .img {
  width: 100%;
  padding-top: 63.5%;
  transition: all ease 0.5s;
}

.links .linklis .lioms .lom {
  width: 100%;
  border-top: solid 1px #eee;
  padding-top: 0.15rem;
}

.links .linklis .lioms .lom .lit {
  width: 100%;
  text-align: center;
  color: #222;
  line-height: 1.8;
  margin: 0.1rem 0;
}

.links .linklis .lioms .lom .more {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.links .linklis .lioms .lom .more .mtn {
  display: inline-block;
  vertical-align: middle;
  background-color: #d06c23;
  line-height: 2.8;
  border-radius: 1.4em;
  padding: 0 0.4rem;
  color: #fff;
}

.links .linklis .lioms .lom .more .mtn span {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.03rem;
}

.links .linklis .lioms .lom .more .mtn span img {
  width: 100%;
  display: block;
}

.crumbs {
  width: 100%;
  background-color: #f5f5f5;
}

.crumbs .crumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.crumbs .crumb .cul {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  padding-right: 0.5rem;
}

.crumbs .crumb .cul .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 0.4rem;
}

.crumbs .crumb .cul .swiper-slide a {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1rem;
  width: auto;
  padding: 0 0.15rem;
  transition: all ease 0.5s;
}

.crumbs .crumb .cul .swiper-slide a span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.03rem;
  background-color: #d06c23;
  transition: all ease 0.5s;
  opacity: 0;
  transition: all ease 0.5s;
}

.crumbs .crumb .cul .swiper-slide.on a, .crumbs .crumb .cul .swiper-slide:hover a {
  color: #d06c23;
}

.crumbs .crumb .cul .swiper-slide.on a span, .crumbs .crumb .cul .swiper-slide:hover a span {
  opacity: 1;
}

.crumbs .crumb .cur {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.abtoms {
  width: 100%;
  padding: 0.8rem 0;
}

.abtoms .abtom {
  width: 100%;
  position: relative;
}

.abtoms .abtom .abl {
  display: inline-block;
  vertical-align: middle;
  width: calc(735 / 1600 * 100%);
  position: absolute;
  right: 0;
  bottom: 0.75rem;
  border-radius: 0.3rem 0 0.3rem 0;
  overflow: hidden;
}

.abtoms .abtom .abl .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.abtoms .abtom .abl .imgs .img {
  width: 100%;
  padding-top: 67.34%;
}

.abtoms .abtom .abr {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.abtoms .abtom .abr .rmop {
  width: 100%;
}

.abtoms .abtom .abr .rmop .rt {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.abtoms .abtom .abr .rmop .rx {
  width: 100%;
  color: #444;
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}

.abtoms .abtom .abr .rmop .rinp {
  width: 100%;
  color: #666;
  line-height: 1.7;
  width: calc(800 / 1600 * 100%);
  max-width: 100%;
}

.abtoms .abtom .abr .rmop .rinp p {
  color: #666;
  line-height: 1.7;
}

.abtoms .abtom .abr .rmnj {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  margin-top: 0.4rem;
  padding: 0.5rem calc(765 / 1600 * 100%) 0.5rem 0.5rem;
}

.abtoms .abtom .abr .rmnj .reim {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  margin-right: 0.35rem;
}

.abtoms .abtom .abr .rmnj .reim span {
  display: inline-block;
  color: #d06c23;
}

@media (max-width: 800px) {
  .abtoms .abtom .abl {
    width: 100%;
    bottom: auto;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .abtoms .abtom .abr {
    width: 100%;
  }
  .abtoms .abtom .abr .rmop .rinp {
    width: 100%;
  }
}

.teams {
  width: 100%;
  padding: 0.8rem 0;
}

.teams .teamlist {
  width: 100%;
  font-size: 0;
}

.teams .teamlist .tepam {
  display: inline-block;
  vertical-align: top;
  width: calc(514 / 1600 * 100%);
  margin-right: calc(28 / 1600 * 100%);
  margin-bottom: 0.28rem;
  border-radius: 0.1rem;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.teams .teamlist .tepam .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc(257 / 514 * 100%);
  padding-right: 0.2rem;
  position: relative;
  overflow: hidden;
}

.teams .teamlist .tepam .imgs .img {
  width: 100%;
  padding-top: 124.51%;
}

.teams .teamlist .tepam .rem {
  display: inline-block;
  vertical-align: middle;
  width: calc(257 / 514 * 100%);
  padding: 0.2rem 0.2rem 0.2rem 0.1rem;
}

.teams .teamlist .tepam .rem .ry {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.teams .teamlist .tepam .rem .rp {
  width: 100%;
  color: #444;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.teams .teamlist .tepam .rem .rmm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  max-height: 7.5em;
}

.teams .teamlist .tepam:nth-child(3n) {
  margin-right: 0;
}

.teams .teamlist .tepam:hover {
  background-color: #d06c23;
}

.teams .teamlist .tepam:hover .ry {
  color: #fff;
}

.teams .teamlist .tepam:hover .rp {
  color: #fff;
}

.teams .teamlist .tepam:hover .rmm {
  color: rgba(255, 255, 255, 0.5);
}

.historys {
  width: 100%;
  padding: 0.8rem 0;
  position: relative;
}

.historys .hispers {
  width: 100%;
  position: relative;
}

.historys .hispers .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50%);
}

.historys .hispers .btn img {
  width: 100%;
  display: block;
}

.historys .hispers .btn img:first-child {
  display: block;
}

.historys .hispers .btn img:last-child {
  display: none;
}

.historys .hispers .btn:hover {
  background-color: #d06c23;
}

.historys .hispers .btn:hover img:first-child {
  display: none;
}

.historys .hispers .btn:hover img:last-child {
  display: block;
}

.historys .hispers .bl {
  left: 0rem;
}

.historys .hispers .br {
  right: 0rem;
}

.historys .hispers .swiper-container {
  width: calc(100% - 1.6rem);
  display: block;
  margin: 0 auto;
}

.historys .hispers .swiper-wrapper {
  align-items: flex-end;
}

.historys .hispers .swiper-slide {
  width: 100%;
  font-size: 0;
}

.historys .hispers .swiper-slide .line {
  width: 0.16rem;
  display: inline-block;
  vertical-align: top;
  padding-top: 0.12rem;
}

.historys .hispers .swiper-slide .line .sc {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.historys .hispers .swiper-slide .line .sc span {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #d06c23;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.historys .hispers .swiper-slide .line .xl {
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.04);
  width: 2px;
  height: 4.8rem;
  transition: all ease 0.5s;
}

.historys .hispers .swiper-slide .remp {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.16rem);
  padding-right: 0.4rem;
}

.historys .hispers .swiper-slide .remp .year {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  padding-left: 0.24rem;
}

.historys .hispers .swiper-slide .remp .yim {
  width: 100%;
  color: #444;
  line-height: 1.7;
  overflow: auto;
  padding-left: 0.24rem;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}

.historys .hispers .swiper-slide .remp .yim::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.historys .hispers .swiper-slide .remp .yim::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.historys .hispers .swiper-slide .remp .yim::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.historys .hispers .swiper-slide .remp .yim p {
  position: relative;
  color: #444;
  line-height: 1.7;
  padding: 0.05rem 0;
}

.historys .hispers .swiper-slide .remp .yim p:after {
  content: ' ';
  position: absolute;
  left: -0.1rem;
  width: 3px;
  height: 3px;
  top: calc(0.85em - 1.5px);
  background-color: #444;
  border-radius: 50%;
}

.historys .hispers .swiper-slide-active .line .xl {
  height: 3rem;
}

.historys .hispers .swiper-slide-active .remp .yim {
  height: 2.5rem;
}

.historys .hispers .swiper-slide-active + .swiper-slide .line .xl {
  height: 3.8rem;
}

.historys .hispers .swiper-slide-active + .swiper-slide .remp .yim {
  height: 3.3rem;
}

.historys .hispers .swiper-slide-active + .swiper-slide + .swiper-slide .line .xl {
  height: 4.3rem;
}

.historys .hispers .swiper-slide-active + .swiper-slide + .swiper-slide .remp .yim {
  height: 3.8rem;
}

.historys .hispers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .line .xl {
  height: 4.8rem;
}

.historys .hispers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .remp .yim {
  height: 4.3rem;
}

@media (max-width: 800px) {
  .historys .hispers .swiper-slide .line .xl {
    height: 4.8rem !important;
  }
  .historys .hispers .swiper-slide .remp .yim {
    height: 4.3rem !important;
  }
}

.newsom {
  width: 100%;
  padding: 0.8rem 0;
}

.newsom .newsper {
  width: 100%;
  position: relative;
}

.newsom .newsper .swiper-container {
  padding-bottom: 0.33rem;
}

.newsom .newsper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f5f5f5;
}

.newsom .newsper .swiper-slide .sml {
  display: inline-block;
  vertical-align: middle;
  width: calc(800 / 1600 * 100%);
}

.newsom .newsper .swiper-slide .sml .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.newsom .newsper .swiper-slide .sml .imgs .img {
  width: 100%;
  padding-top: 56.25%;
}

.newsom .newsper .swiper-slide .smr {
  display: inline-block;
  vertical-align: middle;
  width: calc(800 / 1600 * 100%);
  padding: 0.4rem 0.8rem;
  position: relative;
}

.newsom .newsper .swiper-slide .smr .ic {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: calc(100% - 0.06rem);
  width: 0.24rem;
}

.newsom .newsper .swiper-slide .smr .ic img {
  width: 100%;
  display: block;
}

.newsom .newsper .swiper-slide .smr .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.newsom .newsper .swiper-slide .smr .time span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.newsom .newsper .swiper-slide .smr .time span img {
  width: 100%;
  display: block;
}

.newsom .newsper .swiper-slide .smr .sim {
  width: 100%;
  color: #222;
  line-height: 1.5;
  display: block;
  margin: 0.15rem 0;
}

.newsom .newsper .swiper-slide .smr .sip {
  width: 100%;
  color: #999;
  line-height: 1.7;
  margin-top: 0.1rem;
}

.newsom .newsper .swiper-slide .smr .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.newsom .newsper .swiper-slide .smr .more a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.8;
  border-radius: 1.4em;
  padding: 0 0.4rem;
  background-color: transparent;
  border: solid 1px #cccccc;
  color: #666;
}

.newsom .newsper .swiper-slide .smr .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.newsom .newsper .swiper-slide .smr .more a span img {
  width: 100%;
  display: block;
}

.newsom .newsper .swiper-slide .smr .more a span img:first-child {
  display: block;
}

.newsom .newsper .swiper-slide .smr .more a span img:last-child {
  display: none;
}

.newsom .newsper .swiper-slide .smr .more a:hover {
  background-color: #d06c23;
  border: solid 1px #d06c23;
  color: #fff;
}

.newsom .newsper .swiper-slide .smr .more a:hover img:first-child {
  display: none;
}

.newsom .newsper .swiper-slide .smr .more a:hover img:last-child {
  display: block;
}

.newsom .newsper .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50%);
}

.newsom .newsper .btn img {
  width: 100%;
  display: block;
}

.newsom .newsper .btn img:first-child {
  display: block;
}

.newsom .newsper .btn img:last-child {
  display: none;
}

.newsom .newsper .btn:hover {
  background-color: #d06c23;
}

.newsom .newsper .btn:hover img:first-child {
  display: none;
}

.newsom .newsper .btn:hover img:last-child {
  display: block;
}

.newsom .newsper .bl {
  left: -0.25rem;
}

.newsom .newsper .br {
  right: -0.25rem;
}

.newsom .newlist {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.newsom .newlist .nwom {
  width: 100%;
  padding: 0.25rem 0;
}

.newsom .newlist .nwom a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.newsom .newlist .nwom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc(450 / 1600 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.newsom .newlist .nwom .imgs .img {
  width: 100%;
  padding-top: 56.22%;
  transition: all ease 0.5s;
}

.newsom .newlist .nwom .roms {
  display: inline-block;
  vertical-align: middle;
  width: calc(1055 / 1600 * 100%);
  text-align: left;
}

.newsom .newlist .nwom .roms .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.newsom .newlist .nwom .roms .time span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.newsom .newlist .nwom .roms .time span img {
  width: 100%;
  display: block;
}

.newsom .newlist .nwom .roms .sim {
  width: 100%;
  color: #222;
  line-height: 1.5;
  display: block;
  margin: 0.15rem 0;
}

.newsom .newlist .nwom .roms .sip {
  width: 100%;
  color: #999;
  line-height: 1.7;
  margin-top: 0.1rem;
}

.newsom .newlist .nwom .roms .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.newsom .newlist .nwom .roms .more .mtb {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  background-color: transparent;
  color: #666;
}

.newsom .newlist .nwom .roms .more .mtb span {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  margin-left: 0rem;
  position: relative;
  top: -0.02rem;
}

.newsom .newlist .nwom .roms .more .mtb span img {
  width: 100%;
  display: block;
}

.newsom .newlist .nwom .roms .more .mtb span img:first-child {
  display: block;
}

.newsom .newlist .nwom .roms .more .mtb span img:last-child {
  display: none;
}

.newsom .newlist .nwom .roms .more .mtb:hover {
  color: #d06c23;
}

.newsom .newlist .nwom .roms .more .mtb:hover img:first-child {
  display: none;
}

.newsom .newlist .nwom .roms .more .mtb:hover img:last-child {
  display: block;
}

.newsom .newlist .nwom:hover .imgs .img {
  transform: scale(1.1);
}

.newsom .newlist .nwom:hover .roms .sim {
  color: #d06c23;
}

.newsom .newlist .nwom:hover .roms .more .mtb {
  color: #d06c23;
}

.newsom .newlist .nwom:hover .roms .more .mtb img:first-child {
  display: none;
}

.newsom .newlist .nwom:hover .roms .more .mtb img:last-child {
  display: block;
}

.pages {
  width: 100%;
  padding: 0.4rem 0;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #666;
  margin: 0 0.1rem;
  border-radius: 50%;
  box-sizing: border-box;
}

.pages .page.ltn {
  background-image: url("../images/b1.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.rtn {
  background-image: url("../images/b2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.on {
  background-color: #d06c23;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

.pages .page.ltn:hover {
  background-color: #d06c23;
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.on.ltn {
  background-color: #d06c23;
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.on.rtn {
  background-color: #d06c23;
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.rtn:hover {
  background-color: #d06c23;
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
}

.pages .page:hover {
  background-color: #d06c23;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}

.details {
  width: 100%;
  padding: 0.8rem 0;
}

.details .detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.details .detail .del {
  display: inline-block;
  vertical-align: top;
  width: calc(1250 / 1600 * 100%);
}

.details .detail .del .dit {
  width: 100%;
  color: #222;
  line-height: 1.3;
}

.details .detail .del .dim {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
  padding: 0.2rem 0;
}

.details .detail .del .dim .dml {
  display: inline-block;
  vertical-align: middle;
}

.details .detail .del .dim .dml .sp {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.4rem;
}

.details .detail .del .dim .dml .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.details .detail .del .dim .dml .share .sc {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

.details .detail .del .dim .dml .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.23rem;
  height: 0.23rem;
  width: 23px;
  height: 23px;
  margin: 0 0.05rem;
}

.details .detail .del .dim .dml .share .am img {
  width: 100%;
  display: block;
}

/* .details .detail .del .dim .dml .share .am img:first-child {
  display: block;
}

.details .detail .del .dim .dml .share .am img:last-child {
  display: none;
} */

.details .detail .del .dim .dml .share .am .a1 {
  display: block;
}

.details .detail .del .dim .dml .share .am .a2 {
  display: none;
}

.details .detail .del .dim .dml .share .am:hover .a1 {
  display: none;
}

.details .detail .del .dim .dml .share .am:hover .a2 {
  display: block;
}

.details .detail .del .dim .dmr {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.details .detail .del .dim .dmr .back {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.details .detail .del .dim .dmr .back span {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
}

.details .detail .del .dim .dmr .back span img {
  width: 100%;
  display: block;
}

.details .detail .del .dinp {
  width: 100%;
  padding: 0.2rem 0;
  border-top: solid 1px rgba(140, 140, 140, 0.2);
  color: #666;
  line-height: 1.7;
}

.details .detail .del .dinp p {
  color: #666;
  line-height: 1.7;
}

.details .detail .del .dot {
  width: 100%;
  padding: 0.2rem 0;
  border-top: solid 1px rgba(140, 140, 140, 0.2);
}

.details .detail .del .dot a {
  width: 100%;
  color: #333;
  line-height: 1.7;
  padding: 0.04rem 0;
  display: block;
}

.details .detail .del .dot a:hover {
  color: #d06c23;
}

.details .detail .der {
  width: calc(250 / 1600 * 100%);
  display: inline-block;
  vertical-align: top;
}

.details .detail .der .rit {
  width: 100%;
  color: #222;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.details .detail .der .retuls {
  width: 100%;
}

.details .detail .der .retuls .reli {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}

.details .detail .der .retuls .reli a {
  width: 100%;
  display: block;
}

.details .detail .der .retuls .reli .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.details .detail .der .retuls .reli .imgs .img {
  width: 100%;
  padding-top: 56%;
  transition: all ease 0.5s;
}

.details .detail .der .retuls .reli .rom {
  width: 100%;
  padding: 0.2rem;
  background-color: #f5f5f5;
}

.details .detail .der .retuls .reli .rom .rt {
  width: 100%;
  color: #222;
  line-height: 1.5;
  height: 3em;
}

.details .detail .der .retuls .reli .rom .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.details .detail .der .retuls .reli .rom .time span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.details .detail .der .retuls .reli .rom .time span img {
  width: 100%;
  display: block;
}

.details .detail .der .retuls .reli + .reli {
  margin-top: 0.2rem;
}

.details .detail .der .retuls .reli:hover .imgs .img {
  transform: scale(1.1);
}

.details .detail .der .retuls .reli:hover .rom .rt {
  color: #d06c23;
}

.joins {
  width: 100%;
  font-size: 0;
  padding: 0.8rem 0;
}

.joins .join {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.joins .join .jol {
  display: inline-block;
  vertical-align: top;
  width: calc(340 / 1600 * 100%);
}

.joins .join .jol .sears {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 1.6em;
  height: 3.2em;
  padding: 0 0.2rem;
}

.joins .join .jol .sears .inc {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  line-height: 3.2em;
  color: #333;
  border: none;
  background-color: transparent;
}

.joins .join .jol .sears .stn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 0.1rem;
  background-color: #d06c23;
  cursor: pointer;
  line-height: calc(3.2em - 0.2rem);
  color: #fff;
  padding: 0 0.3rem;
  border-radius: calc((3.2em - 0.2rem) / 2);
  height: calc(3.2em - 0.2rem);
  border: none;
  text-align: center;
}

.joins .join .jol .screen {
  width: 100%;
  margin-top: 0.2rem;
}

.joins .join .jol .screen .sop {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #ebebeb;
}

.joins .join .jol .screen .sop .st {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1.5;
}

.joins .join .jol .screen .sop .clear {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  cursor: pointer;
}

.joins .join .jol .screen .sop .clear:hover {
  color: #d06c23;
}

.joins .join .jol .screen .conditions {
  width: 100%;
  font-size: 0;
}

.joins .join .jol .screen .conditions .conds {
  width: 100%;
  border-bottom: solid 1px #ebebeb;
}

.joins .join .jol .screen .conditions .conds .cid {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.joins .join .jol .screen .conditions .conds .culs {
  width: 100%;
  padding-bottom: 0.1rem;
}

.joins .join .jol .screen .conditions .conds .culs .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 100%;
  position: relative;
  padding: 0.03rem 0;
}

.joins .join .jol .screen .conditions .conds .culs .label .ic {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: solid 1px #999;
  border-radius: 2px;
  margin-right: 0.1rem;
}

.joins .join .jol .screen .conditions .conds .culs .label .ic img {
  width: 100%;
  display: none;
}

.joins .join .jol .screen .conditions .conds .culs .label .na {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 14px - 0.1rem);
  color: #666;
  line-height: 1.8;
}

.joins .join .jol .screen .conditions .conds .culs .label .atm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  opacity: 0;
}

.joins .join .jol .screen .conditions .conds .culs .label.selected .ic img {
  display: block;
}

.joins .join .jol .screen .conditions .conds + .conds {
  margin-top: 0.2rem;
}

.joins .join .jor {
  display: inline-block;
  vertical-align: top;
  width: calc(1180 / 1600 * 100%);
}

.joins .join .jor .jorlist {
  width: 100%;
  font-size: 0;
}

.joins .join .jor .jorlist .jorms {
  width: 100%;
}

.joins .join .jor .jorlist .jorms a {
  width: 100%;
  display: block;
  font-size: 0;
  padding: 0.25rem 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.joins .join .jor .jorlist .jorms .jmm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.joins .join .jor .jorlist .jorms .jml {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.5rem);
  margin-right: 0.1rem;
}

.joins .join .jor .jorlist .jorms .jml .jt {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.joins .join .jor .jorlist .jorms .jml .pls {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-top: 0.06rem;
}

.joins .join .jor .jorlist .jorms .jmr {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.joins .join .jor .jorlist .jorms .jmr img {
  width: 100%;
  display: block;
}

.joins .join .jor .jorlist .jorms .jmr img:first-child {
  display: block;
}

.joins .join .jor .jorlist .jorms .jmr img:last-child {
  display: none;
}

.joins .join .jor .jorlist .jorms .sim {
  width: 100%;
  margin-top: 0.1rem;
  color: #666;
  line-height: 1.6;
}

.joins .join .jor .jorlist .jorms .sim p {
  color: #666;
  line-height: 1.6;
}

.joins .join .jor .jorlist .jorms:hover .jml .jt {
  color: #d06c23;
}

.joins .join .jor .jorlist .jorms:hover .jmr {
  background-color: #d06c23;
}

.joins .join .jor .jorlist .jorms:hover .jmr img:first-child {
  display: none;
}

.joins .join .jor .jorlist .jorms:hover .jmr img:last-child {
  display: block;
}

.joins .join .jor .jetails {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  padding: 0.7rem;
}

.joins .join .jor .jetails .jit {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.joins .join .jor .jetails .jim {
  width: 100%;
  font-size: 0;
  padding: 0.2rem 0 0.1rem;
  border-bottom: solid 1px #e9e9e9;
}

.joins .join .jor .jetails .jim .xm {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1.3;
  margin-right: 0.4rem;
  margin-bottom: 0.1rem;
}

.joins .join .jor .jetails .jcont {
  width: 100%;
  padding: 0.2rem 0;
}

.joins .join .jor .jetails .jcont .jip {
  width: 100%;
  color: #222;
  line-height: 1.6;
  margin-bottom: 0.1rem;
}

.joins .join .jor .jetails .jcont .finp {
  width: 100%;
  color: #666;
  line-height: 1.75;
}

.joins .join .jor .jetails .jcont .finp p {
  color: #666;
  line-height: 1.75;
}

.joins .join .jor .jetails .jcont .fom {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
}

.joins .join .jor .jetails .jcont .fom a {
  display: inline-block;
  vertical-align: middle;
  background-color: #d06c23;
  padding: 0 0.4rem;
  color: #fff;
  line-height: 3;
  border-radius: 1.5em;
}

.joins .join .jor .jetails .jcont .fom a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  margin-left: 0.1rem;
}

.joins .join .jor .jetails .jcont .fom a span img {
  width: 100%;
  display: block;
}

.contacts {
  width: 100%;
}

.contacts .mapom {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f5f5f5;
}

.contacts .mapom .mapm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contacts .mapom .mapm .mal {
  display: inline-block;
  vertical-align: middle;
  width: calc(350 / 1600 * 100%);
}

.contacts .mapom .mapm .mal .mit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.contacts .mapom .mapm .mal .matul {
  width: 100%;
}

.contacts .mapom .mapm .mal .matul .mli {
  width: 100%;
  font-size: 0;
  padding: 0.15rem 0;
}

.contacts .mapom .mapm .mal .matul .mli .mc {
  display: inline-block;
  vertical-align: middle;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  margin-right: 0.2rem;
  background-color: #d06c23;
}

.contacts .mapom .mapm .mal .matul .mli .mc img {
  width: 100%;
  display: block;
}

.contacts .mapom .mapm .mal .matul .mli .mp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.72rem - 0.2rem);
}

.contacts .mapom .mapm .mal .matul .mli .mp .mm {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.contacts .mapom .mapm .mal .matul .mli .mp .km {
  width: 100%;
  color: #3d3d3d;
  line-height: 1.6;
}

.contacts .mapom .mapm .mal .matul .mli .mp .km p {
  color: #3d3d3d;
  line-height: 1.6;
}

.contacts .mapom .mapm .mar {
  display: inline-block;
  vertical-align: middle;
  width: calc(1200 / 1600 * 100%);
}

.contacts .mapom:nth-child(2n) {
  background-color: #fff;
}

.interactive {
  width: 100%;
  padding: 0.8rem 0;
}

.interactive .interper {
  width: 100%;
}

.interactive .interper .swiper-slide {
  width: calc(386 / 1600 * 100%);
  margin-right: calc(19 / 1600 * 100%);
  display: inline-block;
  vertical-align: middle;
  transition: width ease 0.5s;
  position: relative;
}

.interactive .interper .swiper-slide a {
  width: 100%;
  display: block;
}

.interactive .interper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.interactive .interper .swiper-slide .imgs .img {
  width: 100%;
  height: 4.9rem;
  transition: all ease 0.5s;
}

.interactive .interper .swiper-slide .somc {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  padding: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.interactive .interper .swiper-slide .somc .sml {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.interactive .interper .swiper-slide .somc .sml .st {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.interactive .interper .swiper-slide .somc .sml .sp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.interactive .interper .swiper-slide .somc .smr {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  font-weight: lighter;
  opacity: 0;
  transition: all ease 0.5s;
  width: auto;
}

.interactive .interper .swiper-slide.on {
  width: calc(790 / 1600 * 100%);
}

.interactive .interper .swiper-slide.on .somc .smr {
  opacity: 1;
}

.interactive .interper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.interactive .interper .swiper-slide:last-child {
  margin-right: 0;
}

@media (max-width: 900px) {
  .interactive .interper .swiper-slide {
    width: 100%;
  }
  .interactive .interper .swiper-slide.on {
    width: 100%;
  }
}
